home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / GTDDIR.HLP < prev    next >
Text File  |  1990-06-30  |  2KB  |  65 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ GTDDIR.BBS - the Doors access levels
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.     Doors permit callers to run external programs.
  7.  
  8.     The GTDDIR.BBS file assigns an access levels to each DOOR.  It may
  9.     optionally specify a single question which is asked when each door is
  10.     opened.
  11.  
  12.     Example :
  13.  
  14.        ┌──────────────────────────────────── ─ ─ ─
  15.        │E [#1_dbase_eq]
  16.        │=D [#2_dbase_patch]
  17.        │E [#3_msgmate] Please choose <Z>IP or <A>RC format
  18.        │Z [#4_password]
  19.        │Z [#5_todays_users]
  20.        |
  21.  
  22.     Doors must be numbered sequentially, starting with 1.  This file must
  23.     contain one line per door, with no comments, such that the permission
  24.     for DOOR n will be found on the nth line.
  25.  
  26.     In more detail :
  27.  
  28.     ┌────────────────────────────────────────────────────── Access Level
  29.     │       ┌────────────────────────────────────────────── Reference info
  30.     │ ┌─────┴────┐                   ┌───────────────────── Question to Ask
  31.     │ │          │ ┌─────────────────┴─────────────────
  32.     E [#8_filebox] Please choose <Z>IP or <A>RC format
  33.  
  34.  
  35. ┌──────────────┐
  36. │ Access Level │
  37. └──────────────┘
  38.  
  39.     The ACCESS LEVEL is a normally single character, indicating the minimum
  40.     callers access level to obtain access to this door.  It can optionally
  41.     be preceded by = to indicate that only callers at this exact level may
  42.     access this door.
  43.  
  44.  
  45. ┌────────────────┐
  46. │ Reference Info │
  47. └────────────────┘
  48.  
  49.     The REFERENCE INFO is plain text enclosed in [] brackets with no
  50.     embedded spaces.  It is useful to mention the door number and name
  51.     here, though it serves no useful purpose other than to remind the sysop
  52.     of the door allocation when updating the file.
  53.  
  54.  
  55. ┌─────────────────┐
  56. │ Question to Ask │
  57. └─────────────────┘
  58.  
  59.     The QUESTION is optional.  Any text after the ] will be displayed
  60.     whenever a caller opens that door.  The caller will then be expected to
  61.     answer the question (the answer will be passed as a parameter to the
  62.     door batch file).
  63.  
  64.  
  65.